a11y: Add GtkPopopverAccessible
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 6 Mar 2014 23:07:54 +0000 (00:07 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 10 Mar 2014 22:02:14 +0000 (23:02 +0100)
commit31cd153050d74b431070c3f426da95f104eab08f
tree9b054d5c7fcb5bedfb90efd545c2b58b354f174b
parent168e4faf508cdded8227d633152657fa663b3a96
a11y: Add GtkPopopverAccessible

And let GtkPopover use it as its GtkAccessible implementation, this
accessible sets the POPUP_FOR relationship to the relative-to widget,
and keeps track of changes there.

https://bugzilla.gnome.org/show_bug.cgi?id=725864
gtk/a11y/Makefile.am
gtk/a11y/gtkpopoveraccessible.c [new file with mode: 0644]
gtk/a11y/gtkpopoveraccessible.h [new file with mode: 0644]
gtk/gtk-a11y.h
gtk/gtkpopover.c